@charset "UTF-8";
/* CSS Document */

#center{
	text-align:center;
	font-size:45px;
	letter-spacing:.1em;
}

#one{
	height:90px;
	width:440px;
	text-align:center;
	margin:auto;
	
}

#two{
	height:90px;
	width:440px;
	text-align:center;
	margin:auto;
}
#three{
	height:90px;
	width:440px;
	text-align:center;
	margin:auto;
}

table{
	  border:solid black;
	  border-collapse:collapse;
	  width:60%;
	  margin:auto;
    }
	
table,td{
	  border:1px solid black;
	  border-collapse:collapse;
	  padding:15px;

	 
    }	
	

h1{
	text-align:center;
}
h2{
	text-align:center;
}

html, body {
	height: 100%; margin: 0
}
   
#sidebar {
  position:fixed;
  top: 40px;
  left: 16px;
  width: 200px;
  border-right:1px solid #aaa;
}   